home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / SCLIB.ARJ / SCL1SAMP.EXE / SCL1SAMP.DOC < prev    next >
Text File  |  1992-01-01  |  582b  |  22 lines

  1.                               COMPILING EXAMPLES
  2.  
  3. NOTE: Be sure that SCL1 libraries are located in your default libraries
  4.       directory and that the headers files are located in the INCLUDE
  5.       directory.
  6.  
  7. <*> Compiling with Microsoft C compiler
  8.  
  9.     Use the following command line:
  10.  
  11.         cl SOURCE.C MSCL1S.LIB
  12.  
  13. <*> Compiling with QuickC
  14.  
  15.     Create a Program List with the source name and the corresponding SCL1
  16.     library.
  17.  
  18. <*> Compiling with TurboC & BorlandC
  19.  
  20.     Create a Project file with the source name and the corresponding SCL1
  21.     library.
  22.